ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Remove Method / Remove(T) Method
The page.

In This Topic
Remove(T) Method
In This Topic
Removes the first occurrence of page object from the pages collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal page As T _
) 
 

Parameters

page
The page.
See Also